home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flybox3.dir / 00046.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  371 b   |  16 lines

  1. on mouseDown
  2.   global gHelp
  3.   set the castNum of sprite 30 to 56
  4.   updateStage()
  5.   if the castNum of sprite 47 = 18 then
  6.     set gHelp to 1
  7.     set the castNum of sprite 47 to 47
  8.     set the castNum of sprite 13 to 16
  9.   end if
  10.   set the castNum of sprite 47 to 47
  11.   set the castNum of sprite 13 to 16
  12.   go("MTH3")
  13.   set the castNum of sprite 30 to 46
  14.   updateStage()
  15. end
  16.